type github.com/andybalholm/brotli.hasherHandle
13 uses
github.com/andybalholm/brotli (current package)
backward_references.go#L40: func createBackwardReferences(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, hasher hasherHandle, dist_cache []int, last_insert_len *uint, commands *[]command, num_literals *uint) {
backward_references_hq.go#L692: func createHqZopfliBackwardReferences(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, hasher hasherHandle, dist_cache []int, last_insert_len *uint, commands *[]command, num_literals *uint) {
encode.go#L80: hasher_ hasherHandle
hash.go#L19: type hasherHandle interface {
hash.go#L161: func searchInStaticDictionary(dictionary *encoderDictionary, handle hasherHandle, data []byte, max_length uint, max_backward uint, max_distance uint, out *hasherSearchResult, shallow bool) {
hash.go#L225: func hasherReset(handle hasherHandle) {
hash.go#L232: func newHasher(typ int) hasherHandle {
hash.go#L309: func hasherSetup(handle *hasherHandle, params *encoderParams, data []byte, position uint, input_size uint, is_last bool) {
hash.go#L310: var self hasherHandle = nil
hash.go#L337: func initOrStitchToPreviousBlock(handle *hasherHandle, data []byte, mask uint, params *encoderParams, position uint, input_size uint, is_last bool) {
hash.go#L338: var self hasherHandle
hash_composite.go#L33: ha hasherHandle
hash_composite.go#L34: hb hasherHandle
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |